From 55a200d7071320311365787b60f311c7c91922d8 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 14 Apr 2024 04:22:14 +0300 Subject: [PATCH] ; Capitalize 'project' in project-name's docstring --- lisp/progmodes/project.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index da211566a3b..000a05804a8 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -291,7 +291,7 @@ headers search path, load path, class path, and so on." nil) (cl-defgeneric project-name (project) - "A human-readable name for the project. + "A human-readable name for the PROJECT. Nominally unique, but not enforced." (file-name-nondirectory (directory-file-name (project-root project)))) -- 2.30.2